Stacy DeRuiter
7 August 2017
Please join us tonight around 6pm at St Andrews Brewing on South Street (walk towards town, go through the arch, stop when you see the pub on your left).
Controlled Exposure Experiments (CEEs)
with Mid-frequency Active Sonar (MFAS)
Understanding what sensors really measure and how to analyze them are key.
(Figure from Shiomi et al. 2010, doi: 10.3354/ab00239)
How do we get from A…
… to B?
Check out some online learning resources gathered at:
testset1 <- load_nc('C:\data\testset1.nc')
testset1 = load_nc('C:\data\testset1.nc') ;
Metadata has at least 2 sources:
metadata_editor('tagmetadata.html', 'auto.csv')
There's currently no “standard” format for tag data;
Raw datasets from most tags are not archive-ready.
netCDF format…
Option A) Install “development version” from GitHub
#install.packages('devtools')
devtools::install_github(
'stacyderuiter/TagTools/R/tagtools')
Option B) Install from your memory stick. In RStudio:
path_tagtools = genpath('C:\tagtools\')
addpath(path_tagtools)
savepath
In Octave, you also need to manually install and load the packages:
If you are online, you can simply run (for example):
pkg install netcdf
pkg load netcdf
For specific tools, help is only a command away. Example: need help with the function plott()?
in Matlab/Octave:
help plott
in R:
?plott
(Stay tuned…Maybe after a coffee.)
(just a few!)